home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
utility
/
ffe101.zip
/
ANIM.SWG
/
0010_PLY.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-03
|
974b
|
26 lines
--------I-PLY-------------------------------
The PoLYgon files created by the Autodesk Animator packages contain a
set of points that describe a polygon.
OFFSET Count TYPE Description
0000h 1 word Number of points in the file
0002h 1 dword reserved (0)
0006h 1 byte Closed shape flag. If nonzero there is an
implied connection between the last and the
first point. If it is zero, the shape is open.
0007h 1 byte ID=99h
After the header, there follows the point data, organized in records
like this :
OFFSET Count TYPE Description
0000h 1 word X coordinate
0002h 1 word Y coordinate
0006h 1 word Z coordinate, always zero
EXTENSION:PLY
OCCURENCES:PC
PROGRAMS:Autodesk Animator
SEE ALSO:FLT,FLC,OPT,TWE